home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / FILER / HUNTER.SPK / !Hunter3 / TerrModel < prev    next >
Text File  |  1997-11-11  |  1KB  |  28 lines

  1. !Hunter.TerrModel
  2.  
  3. This application uses the Kasoft Application Territorial Resources Model, issue three.
  4.  
  5. In the first instance this application will check the system variable Hunter3$Resources and search for internationalizable resources the directory:
  6.  
  7. !Hunter.Resources.App.<Hunter3$Resources>
  8.  
  9. Normally this would only be set if you wish to use a language which your machine has not been configured to use.
  10.  
  11. The perferred behaviour is for the application to look in the directory:
  12.  
  13. !Hunter.Resources.App.<territory name>
  14.  
  15. (<territory name> is truncated to 10 characters.)
  16.  
  17. Resources suitable for users of the UK territory are included as standard in all products. If no directory exists for your territory, the UK resources are loaded.
  18.  
  19. If the current territory is UK (or the TerritoryManager is unavailable), the configured country setting will override the resource selection so that resources will be looked for in the directory:
  20.  
  21. !Hunter.Resources.App.<country name>
  22.  
  23. (<country name> is truncated to 10 characters.)
  24.  
  25. If no directory exists for your country, the UK resources are loaded.
  26.  
  27. It is intended that programmers in territories not catered for will customize the resources so they are appropriate to their native language. These can then be used by creating a new subdirectory within the application as required. Programmers that do this might like to send the amended resources to Kasoft so they can be included in future releases of the software.
  28.